home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / anim / readme < prev    next >
Text File  |  1995-03-17  |  1KB  |  26 lines

  1. (Note - Use the Rename.ex script after unarcing to rename files)
  2.  
  3. These versions of GrabANIM and DisplayANIM have been provided as an example of
  4. ANIM creation and playback.  These programs provide examples of vertical byte
  5. run length compression.  The two routines involved in the compression and
  6. decompression (skip.c and unvscomp.asm) were written by Jim Kent and were
  7. released by him to public domain.  Thanks go to Jim for his contribution
  8. to these programs and to the success of the ANIM format.
  9.  
  10. The basic IFF read/write code came from the EA IFF routines.  There have been
  11. some modifications made to these routines and these mods have not always 
  12. been in the same vein as the original code.  Most notably, there have been
  13. some global variables added which may render the code non-reentrant.
  14.  
  15. In the case of DisplayANIM, this version (1.0) does NOT do all the things
  16. that the versions of ShowANIM do.  First of all it will only play
  17. vertical byte style compression.  Second, there is no timing code so
  18. all ANIMs played with this DisplayANIM will just run as fast as possible.
  19. The intent was not to give away the full source to ShowANIM, but to only
  20. provide a working example of ANIM playback.
  21.  
  22. This sample code compiles under Aztec 3.4.
  23.  
  24. Gary Bonham, SPARTA Inc.
  25. 24 March 1988
  26.